Skip to main content

revXMLDeleteAllTrees

Type

command

Summary

Removes all XML tree structures in memory.

Syntax

revXMLDeleteAllTrees

Description

Use the revXMLDeleteAllTrees command to free up memory after you finish using the XML library.

Important

The revXMLDeleteAllTrees command is part of the XML library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "XML" checkbox is checked.

Examples

revXMLDeleteAllTrees
if revXMLTrees() is not empty then revXMLDeleteAllTrees

command: revXMLDeleteTree

function: result, revXMLTrees, revXMLCreateTreeFromFile, revXMLCreateTree

glossary: Standalone Application Settings, standalone application, XML tree, command, LiveCode custom library

library: XML library

Compatibility and Support

Introduced

LiveCode 2.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?